home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / util / sys / Mu680x0Libs.lha / Mu680x0Libs / ReadMe < prev    next >
Text File  |  2001-05-12  |  66KB  |  1,421 lines

  1. The mmu.library project © 1998-2001 the mmu.library development group, THOR
  2. -----------------------------------------------------------------------------
  3.  
  4. Release 42.9
  5. ---------------
  6.     - Due to a bug in the MMU-Configuration scan, Imprecise and
  7.       NonSerial were mutually exclusive within the MMU-Configuration
  8.       file. Result could have been less-optimal MMU setups on 68040
  9.       boards that could not have caused any instabilities, though.
  10.       (Hence, this is mainly a cosmetical fix...)
  11.     - MuProtectModules was updated to support to the LoadProtectModules
  12.       release 40.5 and beyond.
  13.     - FixP5SCSI: Added a check for the 1230scsi.device.
  14.  
  15. Release 42.8.1
  16. ---------------
  17.     - MuGuardianAngel: Fixed a bug in the page access handler that
  18.       could have invalidated pages under some alignment race 
  19.       conditions, thanks Stephen.
  20.     - 68060.library and 68040.library: Added explicit masking within 
  21.       CacheClearE() which might work around a potential firmware bug 
  22.       of the 68060 or of DMA driver firmware.
  23.     - 68060.library: Fixed a bug in the "unsupported FPU data type"
  24.       handler due to a register trash. Urgh! Thanks for the bug report,
  25.       Luca.
  26.  
  27. Release 42.8
  28. ---------------
  29.     - mmu.library: Fixed a fatal bug in the RebuildTree(s) calls that
  30.       trashed the DMA relevant MMU table mapping in case the MMU 
  31.       context remained untouched and RebuildTree(s) could have exited
  32.       immediately.
  33.     - MuFastChip: Added a check whether the program is really required,
  34.       and prints a warning in case it is not.
  35.     - MuFastZero: Tries now to detect the lower limit of the chip 
  36.       memory automatically and will remap all memory below this boundary.
  37.       Should help when using the ShapeShifter and "MuMove4K".
  38.     - Documentation: exd_Internal was at the wrong place in the C 
  39.       header files. (Urgh!) It was always correct in the .i files, 
  40.       though.
  41.  
  42. Release 42.6
  43. ---------------
  44.     - mmu.library: Fixed some very rare problems on access errors of
  45.       pre-decrement movems for both the 68040 and the 68060.
  46.     - MuMove4k: The PREPAREEMUL (without the A1200 switch) option was
  47.       broken and might have caused crashes on a reboot. MuMove4K 
  48.       installs now itself into MEMF_KICK and no longer MEMF_CHIP. If
  49.       this causes problems on your machine, try the INCHIPMEM option.
  50.     - MuFastZero: If ExecBase was remapped by means of the FastExec
  51.       option, installation of reset-proof programs behind MuFastZero
  52.       failed since these programs installed only into the non-resident
  53.       copy of ExecBase. MuFastZero includes now a patch to SumKickData()
  54.       which will avoid this problems.
  55.     - MuForce: MuForce installed an interrupt handler directly into
  56.       the autovector base which is not very system friendly. Fixed by
  57.       using the official interrupt handler. If MuForce crashes on exit,
  58.       disable your favourite "SaferPatches" clone and either avoid these
  59.       tools, or get "TRSaferPatches.lha" from Aminet.
  60.     - MuGuardianAngel: Supports now some not yet available memory pool
  61.       enhancement patches.
  62.     - P5Init: Fixed a potentially dangerous unaligned CopyMemQuick().
  63.     - A new MuLib based, tested and VMM aware 68060.library is now
  64.       available.
  65.     - Included a new tool, MuProtectModules. This will write-protect
  66.       resident modules loaded by "LoadModule". (See Aminet).
  67.     - MuEVD: Forgot an ATC table flush, result might have been partial
  68.       display gliches caused by erraneously dropped refresh cycles.
  69.     - FPU: Forgot to include this FPU control program. Fixed.
  70.     - 680x0.library: Did not identify a 68060 FPU correctly if used
  71.       to bootstrap the 68060.library by the patched SetPatch.
  72.     - 68060.library: Fixed a fatal bug in the fpsp core that could cause
  73.       crashes and hangs on execution of fscc instructions.
  74.     - 68060.library: Included a replacement function for CacheClearU()
  75.       since a 68060 version might not be available.
  76.     - 68040/68060.library: Included a new and improved CacheClearE()
  77.       function. Especially gvpscsi and omnscsi owners might profit
  78.       from this improvement.
  79.     - Included PatchWork 0.15 from Richard Körber. Thanks, Richard!
  80.     - Updated the documentation and the include files.
  81.     - Added the IGNORE keyword to MuFastZero.
  82.  
  83. Release 42.4.1
  84. ---------------
  85.     - CPU libraries: The FPU test was super-critical and failed if the
  86.       FPU could not complete a float->integer conversion before 
  87.       starting a concurrent frestore.
  88.     - CPU libraries: The GetMsg() replacement is now more conservative
  89.       and will return NULL in case the message list of the port is not
  90.       properly initialized or the linkage field of a node is (incorrectly) 
  91.       NULL. Thanks Ian!
  92.  
  93. Release 42.4
  94. ---------------
  95.     - Fixed several flaws of the 68060.library: Several cache flushes
  96.       have been missing, FPU setup has been fixed as well.
  97.     - Fixed the installer script: FixCybAccess must be "run" in 
  98.       background.
  99.     - MuGuardianAngel did not record the return PC correctly for the
  100.       pooled memory allocations.
  101.     - The mmu.library crashed on a plain 68000. Fixed.
  102.  
  103. Release 42.3
  104. ---------------
  105.     - Included an alpha release of a new 68060.library which provides a
  106.       fpsp.resource and is virtual memory aware. This alpha release can
  107.       be found in the LIBS/alpha directory.
  108.       Thanks goes to Stephen Brookes and Etienne Vogt for performing
  109.       some tests. Note though that I do not own a 68060 and could not
  110.       test this library for correctness.
  111.  
  112.     - Included a MMU driven ShapeShifter video driver, MuEVD. (new)
  113.     - MuGuardianAngel: Does no longer call RawIOInit() and hence will
  114.       no longer conflict with programs using the serial port even in
  115.       cases MuGuardianAngel never required the port in first place.
  116.     - MuForce: Does no longer call RawIOInit() but fully relies on the
  117.       Os and/or the user to initialize the serial port correctly, in the
  118.       same way the old Enforcer did. This means that MuForce will now
  119.       safely cooperate with software that requires the serial port in
  120.       cases MuForce output goes to the parallel port or other 
  121.       destinations.
  122.     - Note that there is now a new release of "BlizKick" which fixes 
  123.       the problems mentioned below.
  124.     - Updated the documentation, fixed a minor mistake in the MMU
  125.       developer's manual.
  126.     - Included an upgrade patch from SetPatch 44.13 to 44.14 which, once
  127.       again, opens the 680x0.library instead of the 68040.library.
  128.       The RamLibFix is then no longer required since it is included now
  129.       in SetPatch anyhow.
  130.     - MuGuardianAngel: The DUMPLIST routine had a bug and might have
  131.       allocated too less memory. Luckely, this had the only side effect
  132.       that not all of the mung list would have been dumped correctly, it
  133.       did not trash any memory.
  134.     - MuGuardianAngel: The DUMPLIST option now also makes use of the 
  135.       SegTracker to print segment/hunk information of the allocating
  136.       routine.
  137.     - Installation scripts: Due to a bug in the BuildMMUConfig.rexx
  138.       script, the on-board hardware of certain P5 boards has been disabled
  139.       completely. Urgl.
  140.     - mmu.library: Added a new command for the ENVARC:MMU-Configuration,
  141.       "FOR". It executes the command given as argument if the manufacturer
  142.       product code fits, possibly several times if more than one board is
  143.       in the machine.
  144.     - mmu.library: The MMU-Configuration file can now be put into DEVS: as
  145.       well since some people seem to have problems with the library and
  146.       HappyEnv.
  147.     - mmu.library: Added another new command "ClearMMU" which will re-run
  148.       the MMU setup procedure at least partially. The intention behind 
  149.       this is to override or ignore a previously loaded MMU tree at least
  150.       partially in places where it is sub-optimal or incorrect. This seems
  151.       to be required by some Apollo boards.
  152.     - mmu.library: EnterContext() and LeaveContext() are no longer running
  153.       into the risk of breaking a Forbid(), provided AllocMem() doesn't.
  154.       NOTE THAT I NEVER DOCUMENTED THIS FEATURE ANYHOW.
  155.       This might help for some critical applications where a launched task
  156.       must run in a new context.
  157.       Due to a feature of exec, you cannot enter a context before you
  158.       AddTask() a new task, sigh.
  159.     - mmu.library: Due to a trashed register, the library crashed upon
  160.       detection of an 68040 or 68060 with a disabled or otherwise non-
  161.       functional MMU. Note that it would have detected the EC processors
  162.       correctly, though, including the 68EC030. This release should do 
  163.       better. Thanks to Pavel for detecting this.
  164.     - Fixes: Added a fix to repair the UMult64()/SMult64() bug of the Os
  165.       for the 68000 and 68010 processors. Not required for the up-to-date
  166.       release of SetPatch, but otherwise recommended.
  167.     - mmu.library: AddConfigDev() is now supported, but the implementation
  168.       depends on some internals of the expansion.library. Hopefully, 
  169.       nobody will change them. The MuLib tries to check whether the ROM
  170.       function is still installed. In case it is, the code will jump into
  171.       the old ROM code. In case it isn't, a replacement routine is used.
  172.     - 680x0.libraries: AddConfigDev() is now passed thru, presumably to the
  173.       mmu.library function.
  174.     - Installation: Finally, wrote a (rather complicated) installation
  175.       script for automated installation.
  176.     - Included various fixes for the BVisionPPC driver and more "software
  177.       fluff" for the installation process.
  178.     - 68040.library: Impoved the GetMsg() workaround for programs that
  179.       call GetMsg() in a tight loop.
  180.     - 68040.library: Fixes now a bug in the mathieeesingbas.library 
  181.       which doesn't use a FPU since it is setup before this library is
  182.       setup.
  183.  
  184.  
  185. Release 42.2
  186. ---------------
  187.     
  188.     - The 42.1 release automatically marked all hardware pages as
  189.       cacheinhibited serialized. Looks like even that was too much for
  190.       some hardware boards, I don't know why. This should be the proper
  191.       default anyhow. I disabled this again, even though this means,
  192.       as for 42.0 and before, that a MMU-Configuration is *mandatory*
  193.       if you use the library as "stand-alone" instead on top of a third-
  194.       party 68040/68060 library.
  195.  
  196. Release 42.1
  197. ---------------
  198.  
  199.     - MuFastChip: Forgot to include the latest mmu.library in the latest
  200.       upload. Sorry.
  201.     - Installation: P5Init, PPCIdentify, P5Identify reworked again, it
  202.       enables now explicitly the bus error generation of the A4000
  203.       motherboard resources.
  204.     - Installation Rexx scripts: Added a "NoP5" keyword to disable ex-
  205.       plicitly the P5 identification steps which seem to be problematic
  206.       for some boards for reasons that are beyond me.
  207.     - MuManual: Fixed some typos, corrected some mistakes, clarified some
  208.       formulations. Thanks to Etienne Voigt for proofreading!
  209.     - Organization: The "MMULib" archive is now the user archive, all
  210.       developer information went into the "MuManual" archive, including
  211.       the autodocs, the includes, the bmaps and some example sources.
  212.       This will help to keep the archive short.
  213.     - mmulib: The CurrentContext() function forgot to Forbid() properly.
  214.       Note that you still need a Forbid() bracketing or the result code
  215.       might be pretty useless. The propability that this broke code is
  216.       very low, though.
  217.     - mmulib: GetMappingProperties() was simply broken in V42.0 and below.
  218.       Sorry, this got fixed. This function hasn't been used yet, so this
  219.       bug was left unnoticed.
  220.     - mmulib: Even if "ClearTTX" is missing in the MMU-Configuration, the
  221.       library cache-inhibits now the access to expansion boards. This is
  222.       just a safety bonus.
  223.     - Included a debug version of the library in the MuManual archive.
  224.     - BlizKick: In order to avoid a yellow alert, either BlizKick must be
  225.       modified or must be run behind SetPatch. The reason for the alert
  226.       is that BlizKick opens the mmu.library before the 68060/68040 lib
  227.       is open, which is and never has been legal. I just added an explicit
  228.       check for this condition in V42 because too many people ignored it.
  229.       As I said, "no discussion". This is a side effect of how the library
  230.       works and has to work.
  231.  
  232. Release 42.0
  233. ---------------
  234.  
  235.     - mmu.library: Added more error checking for the startup code, esp.
  236.       the MMU-Configuration file. Added a check for proper config-
  237.       uration, i.e. whether the library was (incorrectly) loaded in
  238.       front of SetPatch.
  239.     - Added a new function: RunOldConfig(). It runs a small supervisor
  240.       routine with the boot MMU configuration.
  241.     - 68040.library: Added an explicit check for correct configuration,
  242.       it will generate a requester in case no 68040 is available.
  243.     - MuGuardianAngel: Fixed a bug in the mung-wall check which could 
  244.       have reported one additional mung-wall damage in case the front 
  245.       wall was found defective. Added a workaround for a possible 
  246.       68060 firmware bug, the "U" bit is now always set in the MMU
  247.       descriptors to avoid unnecessary MMU writebacks.
  248.     - In case you see MuGuardianAngel hits of the z3scsi.device, run
  249.       the FixCybAccess program. It will work around the z3scsi.device 
  250.       hits as well. Thanks, Helmut.
  251.     - MuMove4K PREPAREEMUL moves now the low chip memory end to the
  252.       16K line, not to the 8K line. This might fix some Fusion
  253.       problems. Thanks, Pavel.
  254.     - Improved the error messages of MuFastZero a little bit.
  255.     - Reworked P5Identify and PPCIdentify to make these two more
  256.       stable.
  257.     - Added another external MMU setup command, P5Init. It should 
  258.       keep care about all P5 specific cache settings and should
  259.       setup the PPC and the BOOT-MMU-Port automatically. All manual
  260.       P5 specific entries in the MMU-Configuration except graphic 
  261.       board cachings are obsolete now and should be replaced by
  262.       P5Init.
  263.     - Rewrote both setup scripts to reflect the changes in the P5
  264.       setup logic, i.e. ScanMMUPort has been replaced by P5Init and
  265.       all P5 specific cache settings have been removed.
  266.     - Added stack increasement patches for the mfm.device (CrossDos)
  267.       and IPrefs 40.7 in case you do not yet use Os 3.5. Thanks Gene.
  268.     - Added a fix for two bugs in ramlib. First, its stack is too
  269.       low. Second, it uses SIGF_SINGLE as message bit for its process
  270.       port which could cause some race conditions with semaphores in
  271.       library setup code.
  272.     - The MuGuardianAngel patch report and automatic IRQ check have 
  273.       been reworked a bit. The "patches overwritten" message is now
  274.       no longer periodically generated, but will be suspended up to
  275.       the next "real" hit where another message will be generated.
  276.     - The MuGuardianAngel automatic IRQ stack was not only useless,
  277.       but in fact broken. This does not go for the stack check of the
  278.       exec memory handling functions which was and still is fine.
  279.       Good enough it was recommended to leave the IRQ check disabled. 
  280.       "Nearly out of stack" warnings were not generated by the IRQ code 
  281.       at all, and the stack overflow and stack underflow messages
  282.       usually report "bogus" hits due to its construction. Stack 
  283.       snooping is now by default ENABLED, except for "out of bounds"
  284.       reports, which still requires STACKSNOOP option explicitly.
  285.       Added an option to adjust the minimal stack size for the
  286.       "Nearly out of stack" reports, but it can be made only larger,
  287.       i.e. more "picky".
  288.     - mmu.library: The pre-42 releases only marked the zero page as
  289.       non-blank which might have caused problems for some Mac emu-
  290.       lators. It now marks the lowest 32K as valid. Former versions
  291.       set it to "cacheinhibit", it is now set to "cacheinhibit nonser-
  292.       ialized imprecise".
  293.     - mmu.library: The low-memory limit up to which the mmu.library
  294.       has to software-emulate accesses has been made adjustable.
  295.     - mmu.library: Due to a bug in the high-level mapping list manage-
  296.       ment, MAPP_INDIRECT did not work correctly.
  297.     - mmu.library: BuildIndirect() performs now a few more consistency
  298.       checks and is less restrictive for MAPP_INVALID and MAPP_SWAPPED.
  299.     - Updated the DMAInitiate() function, it provides now a return code
  300.       instead going guru if it doesn't like the parameters.
  301.     - Updated MuOmniSCSIPatch to reflect the changes made to 
  302.       DMAInitiate().
  303.     - Fixed many documentation errors in mmu.doc, updated and checked
  304.       exception.doc again.
  305.     - Included a demo program for indirect descriptor handling.
  306.     - Speedup SetIndirect() somewhat by placing this routine directly
  307.       in the MMU drivers as a "native" operation.
  308.     - Added a new LVO "SetIndirectArray()" to set more than one
  309.       indirect descriptor at once. Should be *very* fast.
  310.     - The startup command "DescriptorCacheInhibit" did not pass a proper
  311.       result code on success and hence caused a yellow alert. This bug
  312.       was only noticable in some of the V42 betas where proper result
  313.       code checking was introduced.
  314.     - mmu.library: WithoutMMU() disables now the CPU caches as well to
  315.       allow a safe access to non-cacheable addresses.
  316.     - MuFastZero: In case MuFastZero is removed (why?) the unmapped chip
  317.       memory is set to IMPRECISE and NONSERIALIZED to provide at least
  318.       a minimal speedup.
  319.     - Added "AmigaGuide" versions of the autodocs.
  320.     - Included a new version of BPPCFix by Frank Wille. Thanks, Frank!
  321.       Using this program will allow you to replace the ROM-based
  322.       libraries of the Blizzard-Boards.
  323.       Thanks Stephen for working this out, and for making this trick
  324.       possible!
  325.     - Included a "RKRM" style manual and tutorial for the MuLib in "dvi"
  326.       and "postscript" format.
  327.  
  328. Release 41.4
  329. ---------------
  330.  
  331.     - mmu.library: The CachePre/PostDMA() functions are now a bit more 
  332.       error tolerant and handle cases where a DMA device attempts DMA 
  333.       transfer to a non-existing memory region more gracefully.
  334.     - 680x0.library: Sets now the memory attributes of the supposed-to-
  335.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  336.       a zero return value of TypeOfMem().
  337.     - MuFastZero: Sets now the memory attributes of the supposed-to-
  338.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  339.       a zero return value of TypeOfMem(). Lowered the priority of the
  340.       rendezvous port.
  341.     - FastIEEE: Optimized the IEEEDPFloor and IEEESPFloor in case a 060
  342.       processor has been found. Note that this makes currently no
  343.       difference at all since there is currently no 68060.library that
  344.       provides the fpsp.resource.
  345.  
  346.     
  347. Release 41.3
  348. ---------------
  349.  
  350.     - disassembler.library:    fmovem.x <dynamiclist>,memory was disassembled
  351.       incorrectly. Fixed.
  352.     - mmu.library: SetPropertiesMapping() accepts now base=0 and lenght=0
  353.       as a special case to transfer the complete list.
  354.     - 68040.library: Removed some unnecessary strings and references to the
  355.       math libraries. 
  356.     - mmu.library: Added workarounds for possible DMA disable counter under-
  357.       runs that might have happened in case the library gets active while 
  358.       DMA is active. 
  359.     - MuMove4K: Added more options:
  360.       IGNOREVERIFY/S    Disables the verify check for the reboot code
  361.       REVERSE/S        Allocates the memory for the resident tags in
  362.                 reverse direction
  363.       LOWPRI/S        Lowers the priority of the MuMove4K resident 
  364.                 tag as a possible workaround for some wierd 
  365.                 other hacks.
  366.       Added more error messages in case something goes wrong.
  367.     - MuForce: Forgot to restore the Z-page mode and physical location on
  368.       removal. Ooops. Thanks, Heinz!
  369.     - MuFastZero: Added a "FastVBR" option because it was easy to do and
  370.       canonical to have. NOTE THAT THIS OPTION IS NOT REQUIRED IF YOU
  371.       REMAP THE VECTOR BASE ANYHOW.
  372.     - MuGuardianAngel: Prints now the stack boundaries in case of stack 
  373.       problems, let it be overflow, underflow or nearly out of stack. 
  374.       Thanks to Heinz, again.
  375.       Provides an option to disable these warning messages, but beware! 
  376.       This doesn't mean bugs will go away, it just silences MuGuardianAngel.
  377.       Remember, this program is provided to scream upon problems it detects.
  378.     - Setup scripts: Greatly enhanced! The new setup script will also 
  379.       re-set the memory caching modes for boards whose boot-roms already 
  380.       run the MMU. Fixed a minor glinch that produces a (bogus) error report
  381.       in case LIBS:MMU already existed.
  382.       Remember that you can't run the ppc.library on the MuLib setup, sorry.
  383.     - Added a new setup script "ScanToConfig" that takes a "MuScan" output
  384.       from a system running under a third-party 68040/68060.library and 
  385.       generates an MMU-Configuration file from it. To use it, re-install a 
  386.       non-MMU-aware processor library, boot the system, then enter the 
  387.       "Install" directory and run the script. MuScan must be available 
  388.       in the current directory as it is in the archive.
  389.       Please let me know how this new script goes, maybe it's smarter.
  390.     - Added a new program "MemModes" to the installation tools. It will
  391.       auto-generate the memory caching setup as the mmu.library does if
  392.       the MMU is found non-active. Possibly an improvement for those boards
  393.       which - strange enough - turn on the MMU before booting.
  394.     - Added a patch for the new SetPatch in the BoingBag, check the "Fixes"
  395.       directory.
  396.     - Again: When will people finally learn to read the FAQ? *Sigh*
  397.       In case MuFastZero complains "The zero page is already remapped",
  398.       ---> READ THE GUIDE. <---
  399.  
  400.  
  401. Release 41.2.1
  402. ---------------
  403.  
  404.     - Updated the 68040.library to 40.6. It builds now the fpsp.resource
  405.       which offers opcode emulation to external hosts.
  406.     - Included FastIEEE which re-directs the mathieee-library routines to
  407.       the fpsp.resource for optimal performance.
  408.     - FastIEEE fixes, too, some bugs in the mathieee libraries. 
  409.       IEEEDPCmp() is broken and orders some numbers "the wrong way". 
  410.       IEEEDPPow() and IEEESPPow() are broken and return non-sense for 
  411.       special arguments.
  412.  
  413. Release 41.2
  414. ---------------
  415.  
  416.     - The MMU Library build-in AddMem failed in case the base or length
  417.       were not aligned to 64K boundaries. It now rounds to the next 64K
  418.       boarders such that the supplied area is at least mounted partially.
  419.     - The idea to disable the TTx registers in the mmu.library was 
  420.       unfortunately not a very smart idea as it broke the code on some
  421.       machines. Re-established the old rule with the only exception that
  422.       the TTx registers are initialized for the EC040.
  423.     - The ColdReboot() patch of the 68040.library used the MMU registers
  424.       even on a system without MMU. Fixed.
  425.     - MuMove4K checks now all libraries, devices, ports, resources and 
  426.       resident modules whether they violate the 8K boundary.
  427.     - 68040.library: Forgot to disable the caches in ColdReboot().
  428.     - 68040.library: The motorola OpErr handler did not consider tracing
  429.       correctly. Fixed.
  430.     - Finally wrote and included the 68020.library and the 68030.library,
  431.       hence "FPU" will work on these machines.
  432.     - Updated MuGuardianAngel: Added a new keyword "DUMPWALL" that prints
  433.       the contents of a broken mung-wall and of broken memory cookies.
  434.  
  435. Release 41.1
  436. ---------------
  437.  
  438.     - ScanMMUPort was broken and scanned for the wrong port. *Sigh*
  439.       This release should work better on Blizzard boards.
  440.     - AddMemList() uses now RebuildTreesA() to rebuild user and
  441.       supervisor tables at once and is therefore a bit more error
  442.       tolerant.
  443.     - The mmu.library will now support CachePreDMA/CachePostDMA for
  444.       the EC040 and EC060 processors as well.
  445.     - The 68040.library will now disable the TTx registers manually
  446.       such that the "generic" board does no longer require an
  447.       ENVARC:MMU-Configuration file.
  448.     - The 68040.library will now enable copyback caches for the EC040.
  449.     - Some of the MuTools did not unload properly if loaded from the workbench,
  450.       fixed.
  451.     - The MuTools are now a bit more error tolerant due to a new function in the
  452.       V41 mmu.library which gets used.
  453.  
  454. Release 40.60
  455. -------------
  456.  
  457.     - fixed the shutdown code of MGA, thanks to Stephan!
  458.     - disabled a kludge in the mmu.library which write protected 
  459.       a kickstart image at 0x00200000 and up by checking the name 
  460.       of execbase. This kludge might have conflicted with some softkickers.
  461.     - Because people tend not to read guides, I added the 
  462.       arguments "WRITEPROTECTED" and "INVALID" to the library build-in 
  463.       "SetCacheMode". Note that they work different to what "MuSetCacheMode" 
  464.       does. Here, "WRITEPROTECTED" and "INVALID" are just aliases to "ROM" 
  465.       and "BLANK", hence enable the most defensive protection strategy.
  466.     - Added a new LVO "RebuildTreesA" which is "officially" not yet 
  467.       existing and will be documented in V41. More LVOs might be added up 
  468.       to V41, but please *DO NOT* yet call them as they did not exist 
  469.       in V40.50.
  470.     - Fixed the installation script, due to a typo the P5 MMU boot hack 
  471.       was not detected.
  472.     - Fixed the P5Detect program which just looked to the wrong
  473.       identification resources. Ooops. Installation on "non-standard"
  474.       boards should be smoother now.
  475.     - Fixed a bug in the disassembler.library which disassembled the
  476.       lea (offset.L,pc)
  477.       wrong. The offset was wrong by two bytes.
  478.     - The release number in the MuForce guide was wrong. 
  479.     - When will people finally learn to read the FAQ? *Sigh*
  480.       In case MuFastZero complains "The zero page is already remapped",
  481.       ---> READ THE GUIDE. <---
  482.  
  483.  
  484. Release 40.51.1
  485. -------------
  486.  
  487.     - disabled the layers.library kludge for MuGuardianAngel if V40
  488.       is found active. It is luckely no longer required.
  489.  
  490. Release 40.51
  491. -------------
  492.  
  493.     - fixed a bug in the 68060 startup logic which left the MMU disabled
  494.       in case it was disabled before. This made the custom 68060.library
  495.       useless.
  496.     - included the 40.17ß3 release of Carten Schlote's 68060.library
  497.       which (for the first time) makes use of the MMU.library.
  498.  
  499. Installation of this library requires some care as IT DOES NOT automatically
  500. auto-detect P5 hardware and special setup magic for this hardware. This is
  501. not because the library is "broken" in some sense, but because P5 didn't 
  502. follow the CBM guidelines when designing their hardware. Therefore, an
  503. experimental installation script has been written. This script must be
  504. run as follows:
  505.  
  506.     - Unpack the archive to disk,
  507.     - Enter the following commands:
  508.  
  509. cd <MMULib>/Install    ;where <MMULib> is the directory you unpacked this 
  510.             ;archive to
  511.  
  512. SYS:Rexxc/rx BuildMMUConfig.rexx ENVARC:MMU-Configuration
  513.  
  514.     - The last command builds the MMU configuration and writes it
  515.       to ENVARC:MMU-Configuration. It might also copy ScanMMUPort
  516.       to LIBS:MMU. This is an external setup command for the library
  517.       and might or might not be required. Older P5 hardware does *not*
  518.       require it (I would guess that this is explicitly for the 
  519.       Blizzards, but I'm not sure).
  520.       Non-P5 hardware will not require it at all.
  521.       You might want to hand-edit or optimize this script if you need,
  522.       as it will contain several optimizations for graphics cards and
  523.       other known boards.
  524.  
  525.     - KEEP THE OLD 68060.library IN A SAFE PLACE.
  526.     - Make sure to install the 40.51 edition of the mmu.library
  527.     - Copy the 68060.library to LIBS:
  528.     - Reboot the computer and wish the new library luck. (-:
  529.  
  530. This edition of the '060 lib does *not yet* include correct VMM management
  531. and FPU control functions (hence, C:FPU will not yet work). It is shorter
  532. and costs less memory because it leaves the MMU setup to the mmu.library.
  533. (Note that this release contains still debugging information).
  534.  
  535.  
  536. In case the installation failed:
  537.  
  538.     - Make sure the mathieedoubbas.library you're using is truely the
  539.       official 38.x or the patched and bugfixed 39.1. Some other third-
  540.       party products may fail to work correctly if the 68060 support
  541.       code is not yet loaded.
  542.  
  543. In case running the library fails (i.e. system doesn't boot):
  544.  
  545.     - Make sure LIBS:mmu/ScanMMUPort is really available at boot-up
  546.     - Please re-boot the computer without the startup-sequence,
  547.     - Keep ENVARC:MMU-Configuration in a safe place,
  548.     - Re-install the old 68060.library.
  549.     - Boot the computer again,
  550.     - Run "MuScan" and keep the output.
  551.  
  552. Then, please sent me the output of MuScan, and the ENVARC:MMU-Configuration
  553. file with a tiny note what exactly happened (or did not happen).
  554.  
  555.  
  556. Release 40.50
  557. --------------
  558.  
  559.     - added external command scanning in case a setup command is
  560.       not found "resident".
  561.     - included Richard Körber's PatchWork and Olaf Barthel's
  562.       Sashimi. The "PatchWork" edition is *NEW* and *NOT YET AVAILABLE*
  563.       otherwise. Big "thank you" to Richard for updating it for this
  564.       archive. Big thanks to Olaf Barthel for allowing me to include
  565.       his "Sashimi" in the archive.
  566.     - bumped the version number.
  567.     - Final release.
  568.  
  569. Release 0.48
  570. --------------
  571.     - mmu.library: Added a new command in the MMU-Configuration file,
  572.       "DescriptorCacheInhibit". It controls whether the MMU library
  573.       should disable the data cache for the descriptors. This is by
  574.       default OFF as this feature means more trouble for the library,
  575.       and is not required for using the library. However, this might
  576.       be a workaround for programs that hack the MMU table themselves,
  577.       which is not supported anyhow. Set it to "ON" if you MUST use
  578.       these programs.
  579.     - Added another VMM support function.
  580.     - MuGuardianAngel: The "memory header" output was broken, fixed.
  581.       Added more security checks, MuGuardianAngel will warn you in
  582.       case its function entries have been patched (which is not 
  583.       supported)
  584.     - MuGuardianAngel: Added automatic stack checking within the
  585.       memory allocation functions - an overrun stack seems to be the
  586.       most common source of MuGuardianAngel problems. MuGuardianAngel
  587.       will now detect an "nearly out of stack" condition in the memory
  588.       handling, and will provide an "emergency" stack in case this
  589.       happens. It will then generate a warning, regardless of whether    
  590.       stack snooping is enabled or not.
  591.       Interestingly, the RAM-Handler and the FastFilingSystem are the
  592.       most common sources of stack-overflows. This should be fixed for 
  593.       the RAM handler with "PatchRAM" in this archive, the FFS stack
  594.       should be added manually in the RDB, though. The smallest re-
  595.       commended stack size is 786 bytes, not less!
  596.     - P96: (yes, you read this correctly) supports now the mmu.lib if
  597.       it is available.
  598.     - Added an experimental GfxCard setup program to optimize cacheing.
  599.       This function is included in P96 anyhow, so not really required.
  600.  
  601.     - mmu.library: MOVE16 is now "sort of" supported, in the sense that
  602.       the exception handler will be able to handle it. However:
  603.       - MOVE16 is not supported by all Amiga hardware, it may crash,
  604.       - A MOVE16 on a 68040 is potentially dangerous due to a bug in
  605.         the CPU. A MOVE16 might invalidate cache lines which are not
  606.         related to the MOVE16 operation at all. There is currently a
  607.         workaround for this, namely: Do not set the "imprecise", or
  608.         "user page" bits 0-3 for swapped, invalid or supervisor only
  609.         pages. I do not guarantee that this workaround will remain
  610.         valid. *JUST DON'T USE MOVE16.*
  611.       - A MOVE16 may cause double reads, do not use this to read from
  612.         hardware registers that cannot tolerate this. Do NOT use it
  613.         at all!
  614.       - A MOVE16 which causes the exception handler to enter may be
  615.         completed by means of ordinary writes, which means that in
  616.         this situation no burst access is used, and the order of the    
  617.         data written out or read might be different from that of a
  618.         true MOVE16. *JUST DO NOT USE IT, OK!*
  619.  
  620.     - mmu.library: On read/modify/write accesses, the library might
  621.       have reported a write protection fault instead of a simple 
  622.       write fault on the write cycle of the instruction. Fixed.
  623.  
  624.     - MuGuardianAngel: Added more consistency checks, added checks
  625.       and support for memory pools, made some error messages more
  626.       informative.
  627.  
  628.     - MuMove4K: Added the NOREBOOT option to avoid unnecessary reboots
  629.       if the system is rebooted by a second program afterwards anyhow.
  630.  
  631.     - Included a patch for the V44 SetPatch.
  632.  
  633. Release 0.47
  634. --------------
  635.     - mmu.library: Changed again the cache control logic a bit. Please
  636.       try DMA transfers again. The new logic does not block interrupts
  637.       as long as the old logic, hence might avoid problems if fast
  638.       interrupt processing is required. It should be *slightly* faster
  639.       as well.
  640.     - MuForce: MuForce catches now supervisor exceptions as well if you
  641.       specify the "CAPTURESUPER" keyword. This requires patching of
  642.       some autovectors.
  643.     - Added a new drawer "Contributions", containing more tools from
  644.       other people I regard as very useful. This is "Sashimi" by
  645.       Olaf Barthel, and "PatchWork" by Richard Körber. Thanks Olaf,
  646.       thanks Richard for allowing me to include your great work!     
  647.     - Run all guides thru ISpell, hopefully correcting most typos.
  648.     - MuMove4K: The PREPAREEMUL option disabled the CPU instruction
  649.       cache. I expected the ROM would re-enable it somewhat later, but
  650.       it didn't. Fixed.
  651.  
  652. Release 0.46
  653. --------------
  654.     - mmu.library: Found that the "ramlib" task is really very low on
  655.       stack. I'm now swapping the stack on library startup to avoid
  656.       problems.
  657.     - updated the mmu.lib exception handler. It is now possible to use
  658.       the exception mechanism to auto-extend the stack and to keep the
  659.       user stack on virtual memory. The new "message hook" mechanism
  660.       does not require user stack space. However, an additional patch
  661.       to the exec switch function is required for this trick. This
  662.       patch is currently not included in the mmu.library - basically
  663.       because this is not directly MMU related.
  664.     - MuGuardianAngel will now stop to check for a valid free memory
  665.       counter if it finds a problem and reports the problem immediately.
  666.     - MuForce is now able to capture even "ordinary" MC68K exceptions.
  667.       This can be disabled with the new "NOGURUPATCH" option.
  668.     - Included a "synchronous" version of the 680x0.library because the
  669.       asynchronous outsmarted several systems.
  670.     - mmu.library: The chip ram is now by default marked as cacheinhibit 
  671.       imprecise nonserialized. This will speed up chip ram access a bit
  672.       for the 68060 and 68040. Works of course only if the MMULib is
  673.       used to setup the MMU tables, i.e. for users of the V40 68040 lib.
  674.       Video RAM of several graphics cards can be setup in the same way
  675.       as well, but since there's no way to identify expansion hardware as
  676.       video ram, you've to do that manually.
  677.     - mmu.library: The F-Space is now by default marked as cacheinhibit
  678.       to allow (IMHO misdesigned) hardware to map in here without telling
  679.       the system. This can be disabled by using the MMU-Configuration
  680.       file.
  681.     - Added a new MuTool: MuFastChip. This tool will enable the imprecise
  682.       or nonserialized cache mode for chip memory and will hence improve
  683.       chip memory access performance for systems where a third-party 040 
  684.       or 060 library does not setup the MMU tables in the optimal way.
  685.       The MMU.library (and hence the V40 68040.lib) *will* build its own
  686.       MMU tables with this feature enabled anyhow if it doesn't find an
  687.       MMU table to start from. 
  688.     - Fixed the SetPatch fix. (You kept the original, right? :-)
  689.       It might have been that the 43.7 edition installed a fix for the
  690.       mathieeesingbas.library even if this fix is unnecessary and fatal,
  691.       as it is for the 68881/68882 FPU.
  692.  
  693. Release 0.44
  694. --------------
  695.     - mmu.library:    The "AddMem" command in the MMU-Configuration file
  696.       was broken. Added the memory twice, causing nothing but a mess.
  697.     - Added a safety check for "AddMem", the command is now ignored
  698.       in case the memory in question is already added.
  699.     - "SetCacheMode" argument "valid" was broken and did not validate
  700.       the memory at all.
  701.     - AddMem'd memory was added after the MMU table setup, hence wasn't
  702.       used for the MMU descriptors. The library *tries now* to add it
  703.       as soon as possible to make some use of it for building the MMU
  704.       trees.
  705.     - MuFastZero: The FORCENATIVE option generated a failure code in
  706.       case the zero page wasn't remapped, stopping additional options
  707.       like MOVESSP from working.
  708.     - MuGuardianAngel: The "MemHeader free counter incorrect" error
  709.       handler did not save back one register and hence caused additional
  710.       hits.
  711.     - MuGuardianAngel: Ooops, found a problem of the RAM-Handler. Not
  712.       a MuGuardianAngel problem, but a real design fault of RAM: DO NOT
  713.       try to delete and write to the RAM: disk at the same time, this
  714.       will cause lots of trouble.
  715.     - Included a fix for the CBM mathieeedoubbas.library 38.2. This
  716.       library fails to compare floating point numbers below zero
  717.       correctly in some cases. The P5 library patches mathieeedoubbas
  718.       to fix this, but the 68040.library should not be a replacement
  719.       for SetPatch. To apply the patch,
  720.  
  721. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  722. 2)      Copy the file mathieeedoubbas.pch in the directory "Fixes" to RAM:
  723. 3)      Copy the "spatch" program at the same place to RAM:
  724. 4)      Change the directory to ram: with "cd RAM:"
  725. 5)      Apply the patch with    "spatch mathieeedoubbas.library"
  726. 6)      Copy the file RAM:mathieeedoubbas.new to
  727.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  728.  
  729.     - In case the V40 68040.library slowed your computer down:
  730.       copy the file "MMU-Configuration" from the "ENVARC" drawer into
  731.       "ENVARC:". In case this causes crashes with Z-II memory, follow
  732.       the instructions in the file and remove one semicolon in front of
  733.       the "SetCacheMode" command. 
  734.     - Removed the debugging information from all files.
  735.     - Added the MMU master guide. Please check this, is this understand-    
  736.       able? In case I forgot to mention you in the credits, please let
  737.         me know!
  738.     - Moved all libraries to a separate directory, "Libs"
  739.     - Included a new library, the 680x0.library. This is the CPU
  740.       unspecific CPU driver. It's job is to detect which CPU is avail-
  741.       able in your system, and to load the CPU specific code. It there-
  742.       fore acts very much like the P5 68040dummy.library, except that
  743.       it remains in the system and provides user-callable function
  744.       entries for querying the CPU/FPU/MMU type and to setup the FPU
  745.       exceptions. The CPU specific library *should never be called
  746.       directly*, this library will re-route the calls to the correct
  747.       library. Furthermore, it loads the library in background, helping
  748.       to speed up the boot process a bit. 
  749.     - A special edition of SetPatch is available that loads the 680x0
  750.       library instead the 68040.library, regardless of which processor 
  751.       is available. The 680x0.library will then even try to load an
  752.       68000.library or 68020.library. This library could be used, for
  753.       example, to install line-F instructions to emulate the FPU 
  754.       completely in software, even for a 68020 or 68000 without FPU.
  755.       To patch "SetPatch", 
  756.  
  757. 0)    Keep a copy of SetPatch in a safe place.
  758. 1)      Copy the file C:SetPatch to RAM:
  759. 2)      Copy the file SetPatch.pch in the directory "Fixes" to RAM:
  760. 3)      Copy the "spatch" program at the same place to RAM:
  761. 4)      Change the directory to ram: with "cd RAM:"
  762. 5)      Apply the patch with    "spatch SetPatch"
  763. 6)      Copy the file RAM:SetPatch.new to C:SetPatch. This is the
  764.     inofficial 43.7 edition of SetPatch.
  765.  
  766.     - Included a new program, "FPU" in the "Shell only" drawer. This
  767.       program controls the exception generation of the FPU. It will
  768.       only work with the 680x0.library and the V40 68040.library
  769.       installed.
  770.  
  771.  
  772. Release 0.42
  773. --------------
  774.  
  775.     - 68040.library: Only cosmetic changes. Added a AN_Zombie guru in
  776.       case the ColdReboot() function returned. I've no idea how this
  777.       could happen.
  778.     - mmu.library: I don't thrust the AFF_68060 flag any more. The
  779.       68060.library of the LC75 Apollo board does not set this bit
  780.       correctly and hence identifies the 060 as 040. Hence, the library
  781.       tried to install the wrong driver and crashed desparately. The
  782.       library tries now to identify an 060 in case at least an 040 is
  783.       indicated. The library updates then its own AttFlags copy 
  784.       correctly. Outch! I don't know whether this is a typo in the
  785.       sources of the 68060.lib, or this intended and something "sneaky"
  786.       I fail to understand. 
  787.     - Fixed one bug in the disassembler.library. It failed to disassemble
  788.       64 bit arithmetics correctly.
  789.     - MuFastRom: In case no argument is given, the program uses now the
  790.       default "On".
  791.     - MuFastZero: Again, made "On" the default argument. Added the
  792.       "MoveSSP" and "StackSize" arguments to relocate the supervisor
  793.       stack to fast ram. This does not make use of the MMU.
  794.     - Added the "CheckFPU" command, in the "Shell_Only" drawer. This
  795.       program prints the version number of a 68040 FPU if one is avail-
  796.       able. Two versions exist, the V40 "original" which is very buggy
  797.       and the V41 "revised" with less bugs. The 68040.library supports
  798.       currently both, with lots of workarounds for the V40. Please
  799.       contact me in case you find a V40 edition in your Amiga.
  800.     
  801.  
  802. Release 0.41
  803. --------------
  804.  
  805.     - Forgot to update the version number in 0.40. Reported 0.38. Oops.
  806.     - TTx parsing was still not 100% correct, but much better. Fixed.
  807.     - Due to a typo, branch cache flushes were effectively disabled.
  808.       Outch! Forgot one single "$".
  809.     - Added branch cache flushes on context switches, recommended by
  810.       Motorola.
  811.     - Added includes, autodocs and .fd files for the 68040.library.
  812.     - Updated MuFastZero and MuFastROM to include and set the cache
  813.       flags according to the mirrored RAM. This is of importance in
  814.       case non-cacheable Z-II fast RAM is used to build the mirror.
  815.     - Made mild modifications to the FPSP FPU emulator package to speed
  816.       it up a bit. The 40.1 release is now unnoticably faster than the
  817.       Mike Sinz 37.30 release, which is again unnoticably faster than
  818.       the P5 release.
  819.     - Added a workaround in GetMsg() to keep some brain-dead programs
  820.       working that call GetMsg() in a tight loop without giving
  821.       interrupts a chance to occur. These programs tend to block the
  822.       computer completely, especially if the ROM is remapped to 
  823.       cacheable, burstable memory. The workaround is a single NOP.
  824.  
  825. Release 0.40
  826. --------------
  827.     New in this release:
  828.  
  829.     - Added four internal undocumented LVOs for external CPU drivers.
  830.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  831.       not recognized. Outch! Which smart guy at Motorola decided to use
  832.       the same processor ID for both products? The EC doesn't have a MMU,
  833.       the LC - as for example used by the LC75 Apollo board - does.
  834.       This might well explain a lot of problems of the Apollo board....
  835.     - Fixed a bug in the library init routine which would cause a guru
  836.       in case no MMU is available at all. The library MUST load, and
  837.       some functions will be available even without an MMU.
  838.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  839.       correcting problems with some ancient 040 library releases that
  840.       didn't make use of the MMU (how should that work?)
  841.     - Fixed a serious bug of the Alert() replacement function, the stack
  842.       was used plain wrong. Thanks Etienne!
  843.     - Included an updated and more streamlined version of MuLockLib,
  844.       thanks to Gunther Nikl for providing it.
  845.     - Updated MuSetCacheMode, added more options.
  846.     - Added a configuration/preferences file and a preferences file
  847.       parser.
  848.     - Included now the "stripped" versions of the libraries in a sub-
  849.       directory of the same name. These editons don't contain the de-
  850.       bugging information and are therefore shorter.
  851.     - *News flash* 
  852.       This release comes with an upgraded version of the 68040.library.
  853.       This library is still in "beta" stage, but makes already use of
  854.       the mmu.library for the MMU configuration. It is for that reason
  855.       even shorter than the 37.30 release, even though it uses the latest
  856.       68040 FPU emulation code from Motorola.
  857.       FPU exceptions are configurable thru an LVO vector of the library,
  858.       but I haven't written a control tool yet. This will follow in the
  859.       next distribution.
  860.       This release *will only work* if the 37.30 runs on your machine,
  861.       you should, however, edit the ENVARC:MMU-Configuration file to 
  862.       to make some P5 boards working. The file should contain this line:
  863.  
  864. SetCacheMode    from 0x00f00000 size 0x00080000 valid iospace
  865.  
  866.       If you use this edition of the 68040.library, it might disable
  867.       caches for the Z-II address space completely. If this is not
  868.       desired, you may turn them on again with the following line in
  869.       the MMU-configuration file:
  870.  
  871. ClearTTX    
  872.  
  873. The path of the preferences file is ENV:MMU-Configuration or 
  874. ENVARC:MMU-Configuration if the first file is not found. The file looks like
  875. a standard shell script except that only three commands are known. All
  876. other commands are ignored silently for forwards compatibility, more might
  877. be made available in the future. The semicolon is used to separate comments 
  878. from the commands, the text following a semicolon is ignored.
  879.  
  880.  
  881. Release 0.38
  882. --------------
  883.     New in this release:
  884.  
  885.     - Added four internal undocumented LVOs for external CPU drivers.
  886.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  887.       not recognized. Outch! Which smart guy at Motorola decided to use
  888.       the same processor ID for both products? The EC doesn't have a MMU,
  889.       the LC - as for example used by the LC75 Apollo board - does.
  890.       This might well explain a lot of problems of the Apollo board....
  891.     - Fixed a bug in the library init routine which would cause a guru
  892.       in case no MMU is available at all. The library MUST load, and
  893.       some functions will be available even without an MMU.
  894.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  895.       correcting problems with some ancient 040 library releases that
  896.       didn't make use of the MMU (how should that work?)
  897.     - Fixed a serious bug of the Alert() replacement function, the stack
  898.       was used plain wrong. Thanks Etienne!
  899.     - Included an updated and more streamlined version of MuLockLib,
  900.       thanks to Gunther Nikl for providing it.
  901.  
  902. Release 0.37
  903. --------------
  904.     New in this release:
  905.  
  906.     - Added two tags for Get/SetContextData in preparation for the
  907.       memory library.
  908.     - Wrote a replacement AddMemList() function because some 
  909.       versions of the 68040/68060.library functions patch this function.
  910.       This release will adjust the MMU tables for the DEFAULT CONTEXT
  911.       only, which means that all memory must be ready AT LEAST AS SOON
  912.       AS A PRIVATE CONTEXT IS CREATED.
  913.  
  914.  
  915. In case you've problems with this library release:
  916. o) Please install the mmu.library_debug ON TOP of the mmu.library, i.e. use
  917.  
  918. copy mmu.library_debug to LIBS:mmu.library
  919.  
  920. o) Reset the system
  921. o) Run Sushi or Sashimi to fetch the output. Give them a HUGE buffer
  922. o) Load the library. MuLockLib would do that, for example.
  923.  
  924. Release 0.36
  925. --------------
  926.     News in this release:
  927.  
  928.     - Fixed MuMove4K, added the A1200 option and fixed the shutdown code.
  929.     - Fixed MuLockLib, there was a slight chance for a crash (thanks to
  930.       Gunther Nikl for reporting)
  931.     - Fixed the .fd-File. I forgot to include two functions making
  932.       the table useless, and forgot to include one library 
  933.       function in the library lvo jump table. Outch!
  934.     - Fixed the new memory map functions.
  935.     - Tested indirect descriptor functions, included a new test,
  936.       see MuIndirectTest.
  937.  
  938. I'm planning to upload the 0.36 to the Aminet next saturday, I won't be in
  939. town from July 18th to August 8th. 
  940.  
  941. Release 0.35
  942. -------------
  943.     News in this release: Something in the library, even though no
  944.     real serious bugs have been found. More functions, but more power-
  945.     ful debugging tools.
  946.  
  947.     - Added support functions for memory maps, likely untested.
  948.     - Added support functions for indirect descriptors and *VERY FAST*
  949.       indirect page swapping.
  950.     - Fixed a tiny bug in the 060 support which might have failed to
  951.       detect physical bus errors correctly.
  952.     - Fixed a bug in GetPageProperties which might have failed to
  953.       read remapped memory correctly.
  954.     - Streamlined the tag item parse functions.
  955.     - Updated documentation and includes.
  956.     - Wrote the disassembler.library, added to the distribution.
  957.     - Updated MuForce: The program makes use of the disassembler.library
  958.       and prints now a disassembly of the faulty code on demand.
  959.     - Fixed a bug in MuGuardianAngel, stack dump was broken.
  960.     - Updated MuGuardianAngel, included disassembly function.
  961.     - Updated MuMove4K a lot, included a PREPAREEMUL function,
  962.       wrote a better guide, drew a shell icon.
  963.     - Included more shell tools, PrintBusError, ResetBusError and
  964.       ClearTTx.
  965.  
  966. The Apollo LC060 75Mhz showed problems with the mmu.library. I don't know
  967. how these problems arose, but it might be that the MMU doesn't like the over-
  968. clocking. To test this, please run the "ClearTTx" program with the NATIVE
  969. Apollo setup and check whether this works or not.
  970.  
  971. The PrintBusError tool will dump the bus error vector. It should always
  972. point to the library.
  973.  
  974. The ResetBusError will repair the bus error vector in case it was messed
  975. up by a program. It should be run WITHOUT an active debugger, or the result
  976. will be worse, not better. An application for this program is to restore
  977. the correct bus error handler after having used the "SoftBoot" program or
  978. "SetCPU FastROM" or "CPU FastROM". Note that the latter two are obsolete
  979. and replaced by MuFastROM.
  980.  
  981.  
  982. Release 0.34.1
  983. --------------
  984.     I'm pretty happy with the 0.34 how it is now, I haven't found new
  985.     bugs. This doesn't mean there are none, though. (-;
  986.  
  987.     New in this release:
  988.  
  989.     - Updated MuGuardianAngel a bit. The "hit" messages are now more
  990.       informative and contain more detailed information about the
  991.       cause of the hit, as for example which memory chunk was released
  992.       etc... Thanks to Simon for the hint.
  993.     - Added a new program "MuLink" to the MuTools. This is a shell-only
  994.       developer tool for automatic "self-protection" of software. A
  995.       program that gets "MuLink'd" will get its code (or other selected)
  996.       segments automatically write protected. This is most important 
  997.       for software that has to run on critical systems, as BBS's 
  998.       and the like. MuLink is a post-processing tool much like ATOM.
  999.       More about this tool in its documentation.
  1000.     - Added a "MuGuardianOff" icon.
  1001.     - Updated the documentation.
  1002.     - Included E developer files, thanks to Daniel Kasmeroglu. 
  1003.  
  1004.  
  1005. Remaining problems:
  1006.     
  1007.     - The usual ppc.library problem. Not about to be fixed.
  1008.     - The library still refuses to work correctly on an Appollo 75Mhz
  1009.       060EC board, I don't know why. TTx setup of this board is now
  1010.       supported correctly, but this doesn't seem to help. Wierd.
  1011.  
  1012. Release 0.34
  1013. ------------
  1014.     Sigh, the 0.33 DMA logic was still buggy....
  1015.  
  1016.     - Fixed (another) bug in CachePostDMA(). The routine failed to
  1017.       check the CPU AttnFlags correctly and hence did not restore
  1018.       the cache mode to copyback. This could have been resulted in
  1019.       slowdown of your machine, and hands of several MuTools.
  1020.     - Removed all references to the 68040 and 68060.library. This
  1021.       will allow a possible future 680x0 library to use the 
  1022.       mmu.library to build its MMU tree instead of implementing this
  1023.       function a second time.
  1024.  
  1025. I M P O R T A N T:
  1026.  
  1027. THIS MEANS THAT ALL THE MUTOOLS *MUST* BE RUN  A F T E R  SetPatch.
  1028.  
  1029. The only exception to this rule is MuMove4K.
  1030.  
  1031. Please DO NOT run the MMURemapTest with the cybscsi or cybppc.device. Both
  1032. devices are not designed to allow memory remapping (not my fault). In worst
  1033. case, they will trash your hard disk!!!
  1034.  
  1035.  
  1036. Thanks goes to Ulrich Falke for helping me to find these bugs, and 
  1037. furthermore to Michaela Prüß for supplying the includes and protos for the 
  1038. vbcc compiler!
  1039.  
  1040. Release 0.33
  1041. ------------
  1042.     Outch, the 0.30 was buggy!
  1043.  
  1044.     - Fixed a bug in the GetPageProperties() routine for the 030 and
  1045.       020 support code. The cache control functions overwrote an 
  1046.       important CPU register and therefore crashed MuForce.
  1047.     - Fixed a bug in the DMA control logic. Outch! This really broke
  1048.       things!
  1049.     - Fixed a bug in the MMU table rounding logic. Fixed one overflow
  1050.       problem that makes the procedure hang on some machines. 
  1051.       Additionally, I forgot to merge adjacent property nodes here.
  1052.     - I must have been crazy to remove the PROTECT option in MuFastROM.
  1053.       Fixed!
  1054.     - MuFastZero OFF improved, and the FORCENATIVE flag was broken
  1055.       completely.
  1056.     - MuGuardianAngel showed a few bogus exceptions on startup, depends
  1057.       on the system configuration. TRSaferPatches caused this, fixed.
  1058.     - Added the FixCybAccess workaround. It fixes - or actually 
  1059.       works around - a really bad design fault of the cybscsi.device.
  1060.       More on this in its readme.
  1061.     - Changed the SegTracker output style of MuForce and MuGuardianAngel
  1062.       to the Enforcer style. This is most useful for tools interpreting
  1063.       these lines.
  1064.  
  1065. Thanks to all the nice folks that reported bugs, and sorry for the 
  1066. inconvenience about all the bugs.
  1067.  
  1068. This distribution contains again a "mmu.library_debug". In case you encounter
  1069. problems, please rename this to "mmu.library", install "Sushi" or "Sashimi"
  1070. with a *LARGE* I/O buffer and run the tests again. Alternatively, connect
  1071. a terminal to the serial port, 9600 baud, 8 bit, 1 stop bit, no parity.
  1072.  
  1073. Please collect the output and sent it to my email address. This will help 
  1074. me a lot debugging the library.
  1075.  
  1076. -----> When reporting bugs, PLEASE PLEASE let me know:
  1077.  
  1078. o) About which version of the library you're running. I might have sent
  1079. some of you an updated version.
  1080. o) About which processor your system is running on.
  1081. o) A MuScan output.
  1082. o) Which SCSI/IDE device you're using.
  1083.  
  1084. In case you see a crash:
  1085.  
  1086. o) Please write down the guru number.
  1087. o) Try to reproduce the crash, try to find out which program causes the
  1088. crash. This means that you should try to edit your startup sequence and to
  1089. remove patches from there until the crash disappears. You don't need to
  1090. strip the startup-sequence permanently, but just to let me know which
  1091. program causes the incompatibility.
  1092.  
  1093. Please understand that a "It won't work on my computer" doesn't help me 
  1094. much to fix the problem. Try to be as concrete as possible, this will 
  1095. increase the propability enourmously that bugs get fixed. (-;
  1096.  
  1097. A special note about the 0.3x releases:
  1098.  
  1099. I introduced a new guru, namely "AN_PostSetup 0x3e000015". In case you see
  1100. this specific guru, let me know which program caused this.
  1101.  
  1102.  
  1103. A special note about MuGuardianAngel:
  1104.  
  1105. This program is NOT compatible with PoolMem. Try not to install PoolMem on
  1106. top of this, this won't work. MuGuardianAngel will be smart enough to cancel
  1107. PoolMem if it is running, but it is not smart enough to prevent its 
  1108. installation.
  1109.  
  1110.  
  1111. A special note about "version" and related utilities aka "verscheck":
  1112.  
  1113. These tools OPEN the libraries in question. Hence, if you run "version"
  1114. on a - possibly existant - 68040old.library, it will open this library and
  1115. re-install a MMU table on top of the already loaded table. Either do
  1116. not try this or remove the 68040new.library and the 68040old.library from
  1117. your LIBS: drawer.
  1118.  
  1119.  
  1120. A special note about "MMUCacheTest": 
  1121.  
  1122. If this program hangs on your system, please report this. Furthermore, please
  1123. run it *AGAIN*, but this time with the "NOMMU" option on the command line
  1124. and *WITHOUT ANY* tools that require the mmu.library. It would be best to
  1125. boot without startup-sequence, run "SetPatch" by hand and then immediately
  1126. "MMUCacheTest DH0: nommu".
  1127.  
  1128.  
  1129. Release 0.30
  1130. ------------
  1131.     Ouh, just too many changes to mention:
  1132.  
  1133.     - Added tags to setup the MMU table layout, as the page size,
  1134.       the depth of the MMU tree.
  1135.     - Added functions to get and set some control values of the
  1136.        MMU contexts.
  1137.     - Added page access exception handler.
  1138.     - CachePre/PostDMA patches are now always installed since 68020
  1139.       and 68030 based systems need the logical -> physical trans-
  1140.       lation as well.
  1141.     - Reworked the mmu.library memory management.
  1142.     - Fixed several bugs in the MuForce program, did not handle ROM
  1143.       remapping correctly.
  1144.     - MuFastRom and MuFastZero reworked a bit. MuFastZero OFF did
  1145.       not work. Added more options for both tools.
  1146.     - Added a new debugging tool: MuGuardianAngel. Some sort of
  1147.       memory protection that keeps free memory from getting over-
  1148.       written by faulty programs.
  1149.     - Added more options to MuSetCacheMode.
  1150.     - MuMove4K moves now the lowest 32K (and is hence misnamed). This
  1151.       avoid trouble with large MMU table sizes on 68030/68020 based 
  1152.       systems and pre-allocates memory for an "oxypatcher" type tool.
  1153.     - Added MuLockLib tool, check the readme.
  1154.     - ....
  1155.  
  1156.  
  1157. Release 0.27
  1158. ------------
  1159.     - Fixed a bug in the task scheldurer.
  1160.     - Added a second explicit cache flush for ColdReboot()
  1161.     - Fixed a bug in the branch cache flush of the '060... Sorry!    
  1162.     - Tested the library for public remapped memory... Works!
  1163.     - Tested the library for private MMU trees... Works!
  1164.  
  1165.     - Since the 0.27 works now within its specifications, this will
  1166.       be the last 0.2x release. We're going to 0.30 now.
  1167.  
  1168. Release 0.26
  1169. ------------
  1170.  
  1171.     - Fixed a bug in the exception handling, forgot to restore a6.
  1172.     - Fixed the return value of RebuildTree(). It's now TRUE on
  1173.       success, not DOSTRUE.
  1174.     - Fixed a bug in the table builder, merged sub-tree were released
  1175.       incorrectly.
  1176.     - Added the WithoutMMU() LVO entry.
  1177.     - Removed the AllocLineMem() LVO, this one was useless.
  1178.  
  1179. Release 0.25
  1180. ------------
  1181.  
  1182.     - Debugged 060 exception handler again. Found only one bug, ROM
  1183.       emulation was broken.
  1184.     - Enhanced AbsExecBase accesses - does no longer block interrupts
  1185.       unnecessary.
  1186.     - Fixed parts of the exception handler to read the faulty instruction
  1187.       from the correct function code space.
  1188.     - Added a complicated test for the EC030 processor that should
  1189.       finally work.
  1190.     - Enabled the MMULib internal exception handler test.
  1191.     - Removed all accesses to the ppc.library and reserved entries.
  1192.       PPC.lib compatibility is no longer an issue for me. The MMU.lib
  1193.       is WarpOs-compatible, though, as long as the system isn't 
  1194.       infected by Ralph's "software".
  1195.     - Added a safety test in the MMUCacheTest program to avoid
  1196.       hangs.
  1197.  
  1198. Release 0.24
  1199. ------------
  1200.  
  1201.     - Fixed the 030/851 exception handler, especially the emulation
  1202.       of instruction access of a possibly invalidated zero page,
  1203.       now really, *BIG* thanks to Dave!
  1204.     - MuForce does no longer ignore a remapped ROM. (Oops!)
  1205.     - MuForce does no longer touch the mapping of the fspace
  1206.       unless told to do so.
  1207.     - Fixed the assembler includes and autodocs, thanks to Tilman!
  1208.     - The context management of the library does no longer
  1209.       reset the remap destination in case the memory remap flag
  1210.       is not included in the mask settings. (Oops!)
  1211.     - Fixed the MMU table builder for MMU tables using more than
  1212.       32K entries.
  1213.     - The startup code selects now a better page layout for 030/851
  1214.       processors.
  1215.     - MuForce tries now to re-use an already relocated vector base
  1216.       if possible.
  1217.     - Tiny speedup in the "InstallDescriptor" routine could speed up
  1218.       MMU table building. There's room for more speedups, though.
  1219.     - Added a "nommu" flag for the MMUCacheTest program to check    
  1220.       your HD without the mmu.library. If this flag is used, the
  1221.       program *MUST* be run without the mmu.library currently loaded.
  1222.  
  1223. Related fixes of COP (release 1.73, not included in this distribution):
  1224.     - Fixed emulation of instruction access to the zero-page.
  1225.     - Fixed the RestoreVBR option.
  1226.     - Fixed the MMU disable mechanism on startup.
  1227.  
  1228. Special thanks goes to Dave "Ragman" for finding a lot of bugs in the 0.21
  1229. release.
  1230.  
  1231. -----------------------------------------------------------------------------
  1232.  
  1233. Compatibility warnings and bad software:
  1234.  
  1235. - The MMU tables generated by the "CPU FastROM" command, an official CBM tool,
  1236. are simply wrong if run on a 030 processor. Chip memory is marked as
  1237. "cacheable", which is plain wrong. Already spoke to Michael Sinz who agrees
  1238. in that point. Don't use it, run "MuFastRom" instead.
  1239.  
  1240. - The MMU tables build by "SetCPU FastRom" are not very well suited for 
  1241. MuForce. The MMU library will replace the table layout by something more
  1242. adapted.
  1243.  
  1244. Since these programs may install a "bogus" exception vector, you shouldn't
  1245. run both programs with the "FastROM" option. If you absolutely want to do, 
  1246. run them *before* installing any MMU.lib related program and COP - remember, 
  1247. you have been warned. "MuFastROM" will do better anyhow.
  1248.  
  1249.  
  1250. - CMQ060.lha from the Aminet: This program uses the MOVE16 instruction to
  1251. "speed up" the copy mem routines of the Os. Besides that the speedup is
  1252. minimal, you should be informed that this instruction is not fully 
  1253. supported by the Amiga hardware. A MOVE16 into the chip memory could yield
  1254. to "strange and wonderful things", and may or may not work. Its burst
  1255. accesses simply don't fit into the DMA access mechanism of the Amiga 
  1256. custom chips. (Note that no other instruction will try burst accesses
  1257. into non-cacheable memory!)
  1258. Moreover, due to a firmware bug of the '040, a MOVE16 on a system using
  1259. virtual memory might be unreliable and cause undesired side effects. Do 
  1260. not run this program!
  1261.  
  1262. MOVE16 is one of the non-supported instructions in an Amiga system, others
  1263. are TAS, CAS and CAS2 (which are of little use in a single processor system).
  1264.  
  1265. For more detailed information of MOVE16, check either the enforcer.guide or
  1266. the motorola documentation, I'm not making this up, and this is not 
  1267. mmu.library related.
  1268.  
  1269. Known Bugs:
  1270. -----------
  1271.  
  1272.     The MMU table manager rebuilds currently the MMU tables for a
  1273.     complete memory block even if only a minor sub-block was changed.
  1274.     Therefore, it may take longer to build the MMU table than absolutely
  1275.     required. I decided not to change this behaiviour because it
  1276.     keeps the mmu tables clean and optimized and avoids fragmentation.
  1277.  
  1278.     The MMU library builds currently 68030 MMU tables with the
  1279.     REPAIRABLE flag set less efficient than it could. However, it 
  1280.     was felt that a consistent table layout is more helpful than the
  1281.     (minimal) speedup.
  1282.  
  1283.     The library does not yet contain a workaround for a 040 firmware
  1284.     bug: If an illegal, line A, chk or unimplemented floating point
  1285.     instruction is located at the last 16 bits of a page and the next
  1286.     page is not available, the 040 generates an access fault instead
  1287.     of the proper exception. The fault address is the address of the
  1288.     missing page, and the PC points to the instruction in the preceeding
  1289.     page. This doesn't matter too much currently, it might become
  1290.     relevant in a VM system.
  1291.  
  1292. These bugs will be fixed within the next releases of the library, including
  1293. all the other bugs you may find.
  1294.     
  1295. -----------------------------------------------------------------------------
  1296.  
  1297. Special thanks goes to:
  1298.  
  1299. -Ralph Babel for giving information about the CachePreDMA/CachePostDMA
  1300.  functions and for some internals allowing me to write the MuOmniSCSIPatch.
  1301. -Carsten Schlote for starting development of a mmu.library aware 68060.lib.
  1302. -Michael Sinz (a real BIG thank you!) for discussing a lot of details of
  1303.  CachePreDMA/CachePostDMA, for sending me the sources of these functions
  1304.  in his 68040, and especially - and that's really great - for making the
  1305.  Enforcer sources available and for allowing me to reuse the exception
  1306.  handler of the Enforcer. This will happen in one of the next releases.
  1307. -Bjoern Schmidt for allowing me to run some tests on his 060 and for
  1308.  keeping several afternoons free for me.
  1309. -All the testers for running tests and sending me detailed information about
  1310.  their systems.
  1311.  
  1312. Thank you to all of you, this project won't clearly possible without your
  1313. support!    
  1314.  
  1315. -----------------------------------------------------------------------------
  1316.  
  1317. What is this:
  1318. -------------
  1319.     The mmu.library provides functions for MMU related operations
  1320.     as write- or read-protecting certain areas of memory for a
  1321.     given set of tasks, or marking memory regions as "swapped"
  1322.     virtual memory support. It offers an abstraction level on top
  1323.     of the actual MMU and a unified interface for MMU purposes.
  1324.  
  1325.     The MMU lib does NOT implement virtual memory, that's the purpose
  1326.     of another library - the memory.library. There's no much reason why
  1327.     any application except the memory.library and probably some debugging
  1328.     tools should call this library directly. The memory.library functions
  1329.     on top of this library should suffer for "all day purposes".
  1330.  
  1331.     The goal of the mmu.library is to provide an "abstraction layer" on
  1332.     top of the hardware, to allow programs to make use of the memory
  1333.     management hardware of the more advanced members of the MC68K
  1334.     processor family. Programs using the functions of the mmu.library
  1335.     do not need to modify the MMU tables directly and hence will not
  1336.     conflict with each other. The mmu.library interface provides all
  1337.     necessary functions to do that. This will allow programs like
  1338.     Enforcer and VMM to cooperate nicely with each other, provided both
  1339.     use this library.
  1340.  
  1341.     
  1342. Known bugs and problems of this implementation:
  1343. -----------------------------------------------
  1344.  
  1345. Things that require testing:
  1346.  
  1347.     - TTx register parsing updated, again. Should work fine with all the
  1348.       printouts I've collected, but you may still want to test it.
  1349.     - 68851 code likely untested, but I'm getting better. 
  1350.       I NEED YOUR HELP!
  1351.     - GetPageProperties/SetPageProperties are likely tested by the
  1352.       MuGuardianAngel program.
  1353.     - Page access exception handlers only likely tested by 
  1354.       MuGuardianAngel.
  1355.  
  1356. Things not yet implemented:
  1357.  
  1358.     - Patches for ppc libraries due to missing support. The
  1359.       ppc.library will remain unsupported, if you're the owner of
  1360.       a PPC board, run WarpOs, which is compatible.
  1361.  
  1362. Things the current design does not allow:
  1363.  
  1364.     - The MAPP_USED and MAPP_MODIFIED flags are not kept consistent
  1365.       by the library except for MAPP_SINGLE pages. I consider this
  1366.       as a minor problem since single page mode is required for
  1367.       virtual memory anyways.
  1368.     - MMU tables using the function codes. The amiga design shouldn't
  1369.       allow this anyways, but I don't know whether there's a board
  1370.       that makes use of them. (Doesn't look like, though).
  1371.     - Boards with two different MMU's on board. I've heard some
  1372.       rumours that there are actually 68040 boards with an additional
  1373.       68851. 
  1374.  
  1375. Recommended reading:
  1376. --------------------
  1377.  
  1378. The following books are recommended reading:
  1379.  
  1380.  
  1381. Motorola 68030 Enhanced 32-bit Microprocessor User's Manual    
  1382.     MC68030UM/AD Rev.3
  1383.  
  1384. Motorola 68040 User's Manual                    
  1385.     M68040UM/AD Rev.1
  1386.  
  1387. Motorola 68060 User's Manual                    
  1388.     M68060UM/AD Rev.1
  1389.  
  1390. Motorola M68000 Family Programmer's Reference Manual        
  1391.     M68000PM/AD Rev.1
  1392.  
  1393. Amiga Hardware Reference Manual, 3rd ed.
  1394.     Addison-Wesley Publishing Company, Inc.
  1395.     ISBN 0-201-56776-8
  1396.  
  1397. Amiga ROM Kernal Reference Manual, 3rd ed., Volume "Libraries"
  1398.     Addison-Wesley Publising Company, Inc.
  1399.     ISBN 0-201-56774-1
  1400.  
  1401. The Amiga Guru Book, 2nd Ed.
  1402.     Ralph Babel, Taunusstein 1989,1993
  1403.  
  1404. Additional sources:
  1405.     The Amiga Developer CD V1.1 
  1406.  
  1407.     The Enforcer.guide.
  1408.  
  1409.     Michael Sinz's documentation in the AmigaMail, on the DevCD 1.1.
  1410.  
  1411. Final words:
  1412. ------------
  1413.  
  1414. The mmu.library and the memory library will be my last project for the Amiga. 
  1415. It depends a bit on what happens with the Amiga in the next two years whether 
  1416. a PPC version of this library is required or not; hence, after all, this
  1417. can't be much more than a toy project that came several years too late.
  1418.  
  1419. So long,
  1420.     Thomas
  1421.